Changelog

*******************************************************************************************

FCKeditor-Integration for CMSimple,
©2007-2008 Connie Müller-Gödecke, Holger Irmler, Klaus Treichler
This work is licensed under GNU General Public License Version 2 or later (GPL)

*******************************************************************************************

*** Version 2.3.0
Update by Holger Irmler, 2009-07-07

- Editor core update to version 2.6.4.1
  because of some security issues with older FCKeditor versions
  see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2265 for more details
- Added support for Opera 9 and higher (again)
- The Editor returns XHTML or HTML depending on CMSimple setting "$cf['xhtml']['endtags']"

*** Version 2.2.1
Update by Holger Irmler, 2008-11-28

- fixed problems with UTF-8:
  the function "htmlentities" no longer used in fckeditor.php as this caused a lot of problems


*** Version 2.2.0 
Update by Connie Müller-Gödecke, 2008-07-13:

- modified fckeditor.js in order to get FCKeditor working with Opera 9 and higher
- manual updated to comply with FCKEditor4CMSimple 2.2.0

*** Version 2.2.0 beta 4
Update by Holger Irmler, 2008-07-01:

- Code rewritten to use with PHP from Version 4.1.0
  (Version 2.2.0 beta 3 only runs on servers with PHP 5 and newer)


*** Version 2.2.0 beta 3
Update by Holger Irmler, 2008-06-29:

- Editor core update to FCKeditor 2.6.2, released on June 24, 2008
  with a lot of bugfixes (see: http://www.fckeditor.net/whatsnew)
- Code for internal linking complete rewritten by Holger Irmler:
  Internal Links now working "cross-language" from <H1> to <H4> menuelevel
- ./cmsimple/fckeditor.php direct - access check integrated
- Filebrowser integration: Enhanced security check integrated


*** Version 2.2.0 beta 1 & 2 (non public)
Update by Holger Irmler, 2008-06-18:

- Editor core update to FCKeditor 2.6.1, released on June 12, 2008
  with a lot of bugfixes (see: http://www.fckeditor.net/whatsnew)
- Code for internal linking complete rewritten by Holger Irmler & Klaus Treichler:
  Internal "cross-language-links" integrated
- Internal linking ported to a FCKeditor-Plugin called "SiteLink" by Klaus Treichler
- Auto-detect the base upload folder (./images) for use in connector.php
- For easier updates, all CMSimple or user related configuration files are renamed and
  moved to a folder called "./FCKeditor/custom_configurations/"
- By default now FCKeditor uses your style-definitions from your template for the edit-area
- Default language now set to autodetected browser language with fallback to "en"
 

*** Version 2.0 / 2.1
Update: FCKEditor-Integration Version 2.1 by Connie Müller-Gödecke, April 2008:

- Updated the editor version to FCKEditor 2.6
- Added Base-Path to the location of the script, so the Editor can be used in
  multilingual installations as well, modified by Holger Irmler, April 2008
- CMSimple Internal Links support multilingual installations as well
  modified by Klaus Treichler


*** Version 1.0
Update: FCKEditor 2.5.1 by Connie Müller-Gödecke, December 2007
Version 1.1 by Connie Müller-Gödecke, March 2008, following Andrew Gregory's hint to
optimizing encoding special characters. line 36,
see here: http://www.cmsimple.dk/forum/viewtopic.php?t=6134